Some small documentation fixups. (#347711, Guillaume Cottenceau)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Jul 2006 03:43:29 +0000 (03:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 17 Jul 2006 03:43:29 +0000 (03:43 +0000)
2006-07-16  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkassistant.c: Some small documentation
fixups.  (#347711, Guillaume Cottenceau)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkassistant.c

index d478461c586e1f8fb8ec70873d522a2a00883ca6..aa747453064cab6624e45d3e5763ce0139514da2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-07-16  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkassistant.c: Some small documentation
+       fixups.  (#347711, Guillaume Cottenceau)
+
        * gtk/gtkfilechooserdefault.c (browse_widgets_create): Mark
        the text of the location label as translatable.  
 
index d478461c586e1f8fb8ec70873d522a2a00883ca6..aa747453064cab6624e45d3e5763ce0139514da2 100644 (file)
@@ -1,5 +1,8 @@
 2006-07-16  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkassistant.c: Some small documentation
+       fixups.  (#347711, Guillaume Cottenceau)
+
        * gtk/gtkfilechooserdefault.c (browse_widgets_create): Mark
        the text of the location label as translatable.  
 
index d32fdbf5c5431de5ba0071c8f59057797d83ffe9..9451107a0da12232d4ea674e14c5c039def7628b 100644 (file)
@@ -223,7 +223,7 @@ gtk_assistant_class_init (GtkAssistantClass *class)
    * A handler for the ::apply signal should carry out the actions for which the
    * wizard has collected data. If the action takes a long time to complete, you
    * might consider to put a page of type GTK_ASSISTANT_PAGE_PROGRESS after the
-   * confirmation page and handle this operation within the "prepare" signal of
+   * confirmation page and handle this operation within the ::prepare signal of
    * the progress page.
    *
    * Since: 2.10
@@ -1767,7 +1767,7 @@ gtk_assistant_remove_action_widget (GtkAssistant *assistant,
 /**
  * gtk_assistant_set_page_title:
  * @assistant: a #GtkAssistant
- * @page: a page of @assitant
+ * @page: a page of @assistant
  * @title: the new title for @page
  * 
  * Sets a title for @page. The title is displayed in the header
@@ -1834,7 +1834,7 @@ gtk_assistant_get_page_title (GtkAssistant *assistant,
 /**
  * gtk_assistant_set_page_type:
  * @assistant: a #GtkAssistant
- * @page: a page of @assitant
+ * @page: a page of @assistant
  * @type: the new type for @page
  * 
  * Sets the page type for @page. The page type determines the page
@@ -1909,7 +1909,7 @@ gtk_assistant_get_page_type (GtkAssistant *assistant,
 /**
  * gtk_assistant_set_page_header_image:
  * @assistant: a #GtkAssistant
- * @page: a page of @assitant
+ * @page: a page of @assistant
  * @pixbuf: the new header image @page
  * 
  * Sets a header image for @page. This image is displayed in the header
@@ -1991,7 +1991,7 @@ gtk_assistant_get_page_header_image (GtkAssistant *assistant,
 /**
  * gtk_assistant_set_page_side_image:
  * @assistant: a #GtkAssistant
- * @page: a page of @assitant
+ * @page: a page of @assistant
  * @pixbuf: the new header image @page
  * 
  * Sets a header image for @page. This image is displayed in the side
@@ -2073,7 +2073,7 @@ gtk_assistant_get_page_side_image (GtkAssistant *assistant,
 /**
  * gtk_assistant_set_page_complete:
  * @assistant: a #GtkAssistant
- * @page: a page of @assitant
+ * @page: a page of @assistant
  * @complete: the completeness status of the page
  * 
  * Sets whether @page contents are complete. This will make